body {
    font-family: Verdana;
    font-size: 1em;
    margin: auto;
    padding: 20px;
    max-width: 720px;
    text-align: left;
    overflow-wrap: break-word;
    line-height: 1.5;
}

time {
    font-family: monospace;
    font-style: normal;
    font-size: 15px;
}

ul.blog-posts {
    list-style-type: none;
    padding: unset;
}

ul.blog-posts li {
    display: flex;
}

ul.blog-posts li span {
    flex: 0 0 200px;
}